From: Eli Zaretskii Date: Tue, 14 Apr 2009 13:57:12 +0000 (+0000) Subject: (syms_of_buffer) : Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~848 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ce2ef12f62d84fea8be5cec6e9e62d7b822754d1;p=emacs.git (syms_of_buffer) : Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index 8cfdd1a77c1..f06a6c06a92 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -6245,7 +6245,8 @@ cursor's appearance is instead controlled by the variable DEFVAR_PER_BUFFER ("line-spacing", ¤t_buffer->extra_line_spacing, Qnil, doc: /* Additional space to put between lines when displaying a buffer. -The space is measured in pixels, and put below lines on window systems. +The space is measured in pixels, and put below lines on graphic displays, +see `display-graphic-p'. If value is a floating point number, it specifies the spacing relative to the default frame line height. A value of nil means add no extra space. */);